how to split concat string c#

45

how to split concat string c# -

string restOfArray = array[1];

how to split concat string c# -

var array = theString.Split(' ', 2);

Comments

Submit
0 Comments